home *** CD-ROM | disk | FTP | other *** search
/ AppleScript - The Beta Release / AppleScript - The Beta Release.iso / Goodies / Scripting Additions Goodies / Show Variables Demo Script < prev    next >
Text File  |  1992-11-23  |  205b  |  6 lines

  1. tell application "quill"
  2. set x to style of every word of document 1
  3. copy style of every word of document 1 to y
  4. end tell
  5. set z to choose file
  6. show variables {"x", x, "y",y,"z",z,"screen dump", Screen dump}